home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / data / aspvar.ini < prev    next >
INI File  |  2003-12-25  |  2KB  |  30 lines

  1. [Variables]
  2.  
  3. ALL_HTTP=All HTTP variables
  4. AUTH_PASS=
  5. AUTH_TYPE=If the server supports user authentication, and the script is protected, this is the protocol-specific authentication method used to validate the user.
  6. CONTENT_LENGHT=The length of the content as given by the client.
  7. CONTENT_TYPE=For queries that have attached information, such as HTTP POST and PUT, this is the content type of the data.
  8. GATEWAY_INTERFACE=The revision of the CGI specification to which this server complies. Format: CGI/revision.
  9. HTTP_ACCEPT_LANGUAGE=
  10. HTTP_ACCEPT=List of Content-types the browser can accept (defined by the HTTP Accept header).
  11. HTTP_CONNECTION=
  12. HTTP_USER_AGENT=The browser the client is currently using to send the request. Format: software/version library/version.
  13. HTTP_COOKIE=Cookies stored
  14. LOGON_ACCEPT_ENCODING=
  15. PATH_INFO=The extra path information, as given by the client. In other words, scripts can be accessed by their virtual pathname, followed by extra information at the end of this path. The extra information is sent as PATH_INFO.
  16. PATH_TRANSLATED=The server provides a translated version of PATH_INFO, which takes the path and does any virtual-to-physical mapping to it.
  17. QUERY_STRING=The query information that follows the ? in the URL that referenced this script
  18. REMOTE_ADDR=The IP address of the remote host making the request
  19. REMOTE_HOST=The hostname making the request. If the server does not have this information, it sets REMOTE_ADDR and leaves this unset.
  20. REMOTE_IDENT=If the HTTP server supports RFC 931 identification, then this variable is set to the remote user name retrieved from the server. Usage of this variable should be limited to logging only.
  21. REMOTE_USER=Requesting machine's username
  22. REQUEST_BODY=
  23. REQUEST_METHOD=The method with which the request was made
  24. SCRIPT_NAME=A virtual path to the script being executed, used for self-referencing URLs
  25. SERVER_NAME=Name of server request was sent to
  26. SERVER_PORT=The port number to which the request was sent
  27. SERVER_PORT_SECURE=
  28. SERVER_PROTOCOL=The name and revision of the information protocol this request came in with. Format: protocol/revision.
  29. SERVER_SOFTWARE=The name and version of the information server software answering the request (and running the gateway). Format: name/version.
  30. URL=